【例子介绍】电影VIP解析,带流量主,带后台,支持骗审,一键发布。
【相关图片】
简易影视小程序,可对接标准的JSON接口,带流量主,程序内含流量主:激励广告,原生广告,首页封面广告,插屏广告。后台可自定义修改。
程序请勿用于非法用途,程序使用中产生的纠纷与违背公序良俗的后果与本站无关!
如本程序侵犯了您的利益,请联系下方信息
支持骗审模式,审核无压力
支持激励广告奖励次数
支持插屏广告/激励广告/视频广告
简单才是王道!
后台部分截图:
示例站点:
【源码结构】
.
├── ~$使用说明.docx
├── 前端
│ ├── app.js
│ ├── app.json
│ ├── app.wxss
│ ├── image
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── app.jpg
│ │ ├── help.png
│ │ └── notices.png
│ ├── pages
│ │ ├── help
│ │ │ ├── help.js
│ │ │ ├── help.json
│ │ │ ├── help.wxml
│ │ │ └── help.wxss
│ │ └── index
│ │ ├── index.js
│ │ ├── index.json
│ │ ├── index.wxml
│ │ └── index.wxss
│ ├── project.config.json
│ ├── project.private.config.json
│ └── sitemap.json
├── 后端
│ ├── api.php
│ ├── attachment
│ │ └── image
│ ├── diy
│ │ ├── footer_diy.php
│ │ ├── header_diy.php
│ │ ├── ht_diy.php
│ │ └── install.php
│ ├── editor
│ │ ├── kindeditor.js
│ │ ├── lang
│ │ │ ├── ar.js
│ │ │ ├── en.js
│ │ │ ├── ko.js
│ │ │ ├── zh_CN.js
│ │ │ └── zh_TW.js
│ │ ├── php
│ │ │ ├── JSON.php
│ │ │ ├── file_manager_json.php
│ │ │ └── upload_json.php
│ │ ├── plugins
│ │ │ ├── anchor
│ │ │ │ └── anchor.js
│ │ │ ├── autoheight
│ │ │ │ └── autoheight.js
│ │ │ ├── baidumap
│ │ │ │ ├── baidumap.js
│ │ │ │ ├── index.html
│ │ │ │ └── map.html
│ │ │ ├── clearhtml
│ │ │ │ └── clearhtml.js
│ │ │ ├── code
│ │ │ │ ├── code.js
│ │ │ │ ├── prettify.css
│ │ │ │ └── prettify.js
│ │ │ ├── emoticons
│ │ │ │ ├── emoticons.js
│ │ │ │ └── images
│ │ │ │ ├── 0.gif
│ │ │ │ ├── 1.gif
│ │ │ │ ├── 10.gif
│ │ │ │ ├── 100.gif
│ │ │ │ ├── 101.gif
│ │ │ │ ├── 102.gif
│ │ │ │ ├── 103.gif
│ │ │ │ ├── 104.gif
│ │ │ │ ├── 105.gif
│ │ │ │ ├── 106.gif
│ │ │ │ ├── 107.gif
│ │ │ │ ├── 108.gif
│ │ │ │ ├── 109.gif
│ │ │ │ ├── 11.gif
│ │ │ │ ├── 110.gif
│ │ │ │ ├── 111.gif
│ │ │ │ ├── 112.gif
│ │ │ │ ├── 113.gif
│ │ │ │ ├── 114.gif
│ │ │ │ ├── 115.gif
│ │ │ │ ├── 116.gif
│ │ │ │ ├── 117.gif
│ │ │ │ ├── 118.gif
│ │ │ │ ├── 119.gif
│ │ │ │ ├── 12.gif
│ │ │ │ ├── 120.gif
│ │ │ │ ├── 121.gif
│ │ │ │ ├── 122.gif
│ │ │ │ ├── 123.gif
│ │ │ │ ├── 124.gif
│ │ │ │ ├── 125.gif
│ │ │ │ ├── 126.gif
│ │ │ │ ├── 127.gif
│ │ │ │ ├── 128.gif
│ │ │ │ ├── 129.gif
│ │ │ │ ├── 13.gif
│ │ │ │ ├── 130.gif
│ │ │ │ ├── 131.gif
│ │ │ │ ├── 132.gif
│ │ │ │ ├── 133.gif
│ │ │ │ ├── 134.gif
│ │ │ │ ├── 14.gif
│ │ │ │ ├── 15.gif
│ │ │ │ ├── 16.gif
│ │ │ │ ├── 17.gif
│ │ │ │ ├── 18.gif
│ │ │ │ ├── 19.gif
│ │ │ │ ├── 2.gif
│ │ │ │ ├── 20.gif
│ │ │ │ ├── 21.gif
│ │ │ │ ├── 22.gif
│ │ │ │ ├── 23.gif
│ │ │ │ ├── 24.gif
│ │ │ │ ├── 25.gif
│ │ │ │ ├── 26.gif
│ │ │ │ ├── 27.gif
│ │ │ │ ├── 28.gif
│ │ │ │ ├── 29.gif
│ │ │ │ ├── 3.gif
│ │ │ │ ├── 30.gif
│ │ │ │ ├── 31.gif
│ │ │ │ ├── 32.gif
│ │ │ │ ├── 33.gif
│ │ │ │ ├── 34.gif
│ │ │ │ ├── 35.gif
│ │ │ │ ├── 36.gif
│ │ │ │ ├── 37.gif
│ │ │ │ ├── 38.gif
│ │ │ │ ├── 39.gif
│ │ │ │ ├── 4.gif
│ │ │ │ ├── 40.gif
│ │ │ │ ├── 41.gif
│ │ │ │ ├── 42.gif
│ │ │ │ ├── 43.gif
│ │ │ │ ├── 44.gif
│ │ │ │ ├── 45.gif
│ │ │ │ ├── 46.gif
│ │ │ │ ├── 47.gif
│ │ │ │ ├── 48.gif
│ │ │ │ ├── 49.gif
│ │ │ │ ├── 5.gif
│ │ │ │ ├── 50.gif
│ │ │ │ ├── 51.gif
│ │ │ │ ├── 52.gif
│ │ │ │ ├── 53.gif
│ │ │ │ ├── 54.gif
│ │ │ │ ├── 55.gif
│ │ │ │ ├── 56.gif
│ │ │ │ ├── 57.gif
│ │ │ │ ├── 58.gif
│ │ │ │ ├── 59.gif
│ │ │ │ ├── 6.gif
│ │ │ │ ├── 60.gif
│ │ │ │ ├── 61.gif
│ │ │ │ ├── 62.gif
│ │ │ │ ├── 63.gif
│ │ │ │ ├── 64.gif
│ │ │ │ ├── 65.gif
│ │ │ │ ├── 66.gif
│ │ │ │ ├── 67.gif
│ │ │ │ ├── 68.gif
│ │ │ │ ├── 69.gif
│ │ │ │ ├── 7.gif
│ │ │ │ ├── 70.gif
│ │ │ │ ├── 71.gif
│ │ │ │ ├── 72.gif
│ │ │ │ ├── 73.gif
│ │ │ │ ├── 74.gif
│ │ │ │ ├── 75.gif
│ │ │ │ ├── 76.gif
│ │ │ │ ├── 77.gif
│ │ │ │ ├── 78.gif
│ │ │ │ ├── 79.gif
│ │ │ │ ├── 8.gif
│ │ │ │ ├── 80.gif
│ │ │ │ ├── 81.gif
│ │ │ │ ├── 82.gif
│ │ │ │ ├── 83.gif
│ │ │ │ ├── 84.gif
│ │ │ │ ├── 85.gif
│ │ │ │ ├── 86.gif
│ │ │ │ ├── 87.gif
│ │ │ │ ├── 88.gif
│ │ │ │ ├── 89.gif
│ │ │ │ ├── 9.gif
│ │ │ │ ├── 90.gif
│ │ │ │ ├── 91.gif
│ │ │ │ ├── 92.gif
│ │ │ │ ├── 93.gif
│ │ │ │ ├── 94.gif
│ │ │ │ ├── 95.gif
│ │ │ │ ├── 96.gif
│ │ │ │ ├── 97.gif
│ │ │ │ ├── 98.gif
│ │ │ │ ├── 99.gif
│ │ │ │ └── static.gif
│ │ │ ├── filemanager
│ │ │ │ ├── filemanager.js
│ │ │ │ └── images
│ │ │ │ ├── file-16.gif
│ │ │ │ ├── file-64.gif
│ │ │ │ ├── folder-16.gif
│ │ │ │ ├── folder-64.gif
│ │ │ │ └── go-up.gif
│ │ │ ├── flash
│ │ │ │ └── flash.js
│ │ │ ├── image
│ │ │ │ ├── image.js
│ │ │ │ └── images
│ │ │ │ ├── align_left.gif
│ │ │ │ ├── align_right.gif
│ │ │ │ ├── align_top.gif
│ │ │ │ └── refresh.png
│ │ │ ├── insertfile
│ │ │ │ └── insertfile.js
│ │ │ ├── lineheight
│ │ │ │ └── lineheight.js
│ │ │ ├── link
│ │ │ │ └── link.js
│ │ │ ├── map
│ │ │ │ ├── map.html
│ │ │ │ └── map.js
│ │ │ ├── media
│ │ │ │ └── media.js
│ │ │ ├── multiimage
│ │ │ │ ├── images
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── select-files-en.png
│ │ │ │ │ ├── select-files-zh_CN.png
│ │ │ │ │ └── swfupload.swf
│ │ │ │ └── multiimage.js
│ │ │ ├── pagebreak
│ │ │ │ └── pagebreak.js
│ │ │ ├── plainpaste
│ │ │ │ └── plainpaste.js
│ │ │ ├── preview
│ │ │ │ └── preview.js
│ │ │ ├── quickformat
│ │ │ │ └── quickformat.js
│ │ │ ├── table
│ │ │ │ └── table.js
│ │ │ ├── template
│ │ │ │ ├── html
│ │ │ │ │ ├── 1.html
│ │ │ │ │ ├── 2.html
│ │ │ │ │ └── 3.html
│ │ │ │ └── template.js
│ │ │ └── wordpaste
│ │ │ └── wordpaste.js
│ │ └── themes
│ │ ├── common
│ │ │ ├── anchor.gif
│ │ │ ├── blank.gif
│ │ │ ├── flash.gif
│ │ │ ├── loading.gif
│ │ │ ├── media.gif
│ │ │ └── rm.gif
│ │ ├── default
│ │ │ ├── background.png
│ │ │ ├── default.css
│ │ │ └── default.png
│ │ ├── qq
│ │ │ ├── editor.gif
│ │ │ └── qq.css
│ │ └── simple
│ │ └── simple.css
│ ├── favicon.ico
│ ├── index.php
│ ├── install
│ │ ├── css
│ │ │ └── install.css
│ │ ├── data.sql
│ │ ├── images
│ │ │ ├── already.png
│ │ │ ├── complete.png
│ │ │ ├── correctBg.png
│ │ │ ├── errorBg.png
│ │ │ ├── index.html
│ │ │ ├── inputOnBg.png
│ │ │ ├── logo.png
│ │ │ └── main_bg.png
│ │ ├── index.php
│ │ ├── index_2.php
│ │ ├── index_3.php
│ │ ├── install.php
│ │ └── js
│ │ ├── common.js
│ │ ├── forms.js
│ │ └── jquery.min.js
│ ├── sgcms
│ │ ├── assets
│ │ │ ├── css
│ │ │ │ ├── add-ons.min.css
│ │ │ │ ├── jquery.mmenu.css
│ │ │ │ └── style.css
│ │ │ ├── fonts
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── WeatherIcons-Regular.otf
│ │ │ │ ├── climacons-webfont.eot
│ │ │ │ ├── climacons-webfont.svg
│ │ │ │ ├── climacons-webfont.ttf
│ │ │ │ ├── climacons-webfont.woff
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ ├── weathericons-regular-webfont.eot
│ │ │ │ ├── weathericons-regular-webfont.svg
│ │ │ │ ├── weathericons-regular-webfont.ttf
│ │ │ │ └── weathericons-regular-webfont.woff
│ │ │ ├── ico
│ │ │ │ ├── apple-touch-icon-114x114.png
│ │ │ │ ├── apple-touch-icon-120x120.png
│ │ │ │ ├── apple-touch-icon-144x144.png
│ │ │ │ ├── apple-touch-icon-152x152.png
│ │ │ │ ├── apple-touch-icon-57x57.png
│ │ │ │ ├── apple-touch-icon-72x72.png
│ │ │ │ ├── apple-touch-icon-76x76.png
│ │ │ │ ├── apple-touch-icon.png
│ │ │ │ ├── favicon.ico
│ │ │ │ └── favicon.png
│ │ │ ├── img
│ │ │ │ ├── avatar.jpg
│ │ │ │ ├── bg.jpg
│ │ │ │ └── logo.png
│ │ │ ├── js
│ │ │ │ ├── core.min.js
│ │ │ │ ├── jquery.mmenu.min.js
│ │ │ │ └── pages
│ │ │ │ ├── activity.js
│ │ │ │ ├── buttons.js
│ │ │ │ ├── calendar.js
│ │ │ │ ├── charts-flot.js
│ │ │ │ ├── charts-other.js
│ │ │ │ ├── charts-xcharts.js
│ │ │ │ ├── font-awesome.js
│ │ │ │ ├── form-dropzone.js
│ │ │ │ ├── form-editors.js
│ │ │ │ ├── form-elements.js
│ │ │ │ ├── form-wizard.js
│ │ │ │ ├── form-x-editable-demo.js
│ │ │ │ ├── form-x-editable.js
│ │ │ │ ├── gallery.js
│ │ │ │ ├── glyphicon.js
│ │ │ │ ├── index.js
│ │ │ │ ├── invoice.js
│ │ │ │ ├── mailbox.js
│ │ │ │ ├── nestable.js
│ │ │ │ ├── page-404.js
│ │ │ │ ├── page-lockscreen.js
│ │ │ │ ├── page-login.js
│ │ │ │ ├── page-register.js
│ │ │ │ ├── pricing-tables.js
│ │ │ │ ├── profile.js
│ │ │ │ ├── table.js
│ │ │ │ ├── typography.js
│ │ │ │ ├── ui-elements.js
│ │ │ │ ├── ui-panels.js
│ │ │ │ ├── ui-progress-bar.js
│ │ │ │ ├── weathericons.js
│ │ │ │ └── widgets.js
│ │ │ ├── plugins
│ │ │ │ ├── autosize
│ │ │ │ │ └── jquery.autosize.min.js
│ │ │ │ ├── bootkit
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootkit.css
│ │ │ │ │ └── js
│ │ │ │ │ └── bootkit.js
│ │ │ │ ├── bootstrap-colorpicker
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootstrap-colorpicker.css
│ │ │ │ │ ├── img
│ │ │ │ │ │ └── bootstrap-colorpicker
│ │ │ │ │ │ ├── alpha.png
│ │ │ │ │ │ ├── hue.png
│ │ │ │ │ │ └── saturation.png
│ │ │ │ │ └── js
│ │ │ │ │ └── bootstrap-colorpicker.js
│ │ │ │ ├── bootstrap-datepicker
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── datepicker-theme.css
│ │ │ │ │ │ └── datepicker3.css
│ │ │ │ │ └── js
│ │ │ │ │ └── bootstrap-datepicker.js
│ │ │ │ ├── bootstrap-markdown
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootstrap-markdown.min.css
│ │ │ │ │ └── js
│ │ │ │ │ ├── bootstrap-markdown.js
│ │ │ │ │ ├── markdown.js
│ │ │ │ │ └── to-markdown.js
│ │ │ │ ├── bootstrap-tagsinput
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootstrap-tagsinput.css
│ │ │ │ │ └── js
│ │ │ │ │ └── bootstrap-tagsinput.js
│ │ │ │ ├── bootstrap-timepicker
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootstrap-timepicker.css
│ │ │ │ │ └── js
│ │ │ │ │ └── bootstrap-timepicker.js
│ │ │ │ ├── chosen
│ │ │ │ │ └── js
│ │ │ │ │ └── chosen.jquery.min.js
│ │ │ │ ├── d3
│ │ │ │ │ └── js
│ │ │ │ │ └── d3.min.js
│ │ │ │ ├── datatables
│ │ │ │ │ └── js
│ │ │ │ │ ├── dataTables.bootstrap.min.js
│ │ │ │ │ └── jquery.dataTables.min.js
│ │ │ │ ├── dropzone
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── dropzone.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ └── spritemap.png
│ │ │ │ │ └── js
│ │ │ │ │ └── dropzone.min.js
│ │ │ │ ├── easypiechart
│ │ │ │ │ └── js
│ │ │ │ │ └── jquery.easypiechart.min.js
│ │ │ │ ├── editable
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── bootstrap-editable.css
│ │ │ │ │ ├── inputs-ext
│ │ │ │ │ │ ├── address
│ │ │ │ │ │ │ └── address.min.js
│ │ │ │ │ │ └── typeaheadjs
│ │ │ │ │ │ └── typeaheadjs.min.js
│ │ │ │ │ └── js
│ │ │ │ │ └── bootstrap-editable.min.js
│ │ │ │ ├── flot
│ │ │ │ │ └── js
│ │ │ │ │ ├── jquery.flot.min.js
│ │ │ │ │ ├── jquery.flot.pie.min.js
│ │ │ │ │ ├── jquery.flot.resize.min.js
│ │ │ │ │ ├── jquery.flot.spline.min.js
│ │ │ │ │ ├── jquery.flot.stack.min.js
│ │ │ │ │ └── jquery.flot.time.min.js
│ │ │ │ ├── fullcalendar
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── fullcalendar.css
│ │ │ │ │ └── js
│ │ │ │ │ └── fullcalendar.min.js
│ │ │ │ ├── gauge
│ │ │ │ │ └── js
│ │ │ │ │ └── gauge.min.js
│ │ │ │ ├── jquery-ui
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── jquery-ui-1.10.4.custom.css
│ │ │ │ │ │ └── jquery-ui-1.10.4.min.css
│ │ │ │ │ └── js
│ │ │ │ │ ├── jquery-ui-1.10.4.custom.js
│ │ │ │ │ └── jquery-ui-1.10.4.min.js
│ │ │ │ ├── justgage
│ │ │ │ │ └── js
│ │ │ │ │ └── justgage.1.0.1.min.js
│ │ │ │ ├── magnific-popup
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── magnific-popup.css
│ │ │ │ │ └── js
│ │ │ │ │ └── magnific-popup.js
│ │ │ │ ├── maskedinput
│ │ │ │ │ └── js
│ │ │ │ │ ├── jquery.maskedinput.js
│ │ │ │ │ └── jquery.maskedinput.min.js
│ │ │ │ ├── mockjax
│ │ │ │ │ └── js
│ │ │ │ │ └── jquery.mockjax.min.js
│ │ │ │ ├── modernizr
│ │ │ │ │ └── js
│ │ │ │ │ └── modernizr.js
│ │ │ │ ├── moment
│ │ │ │ │ └── js
│ │ │ │ │ ├── moment.js
│ │ │ │ │ └── moment.min.js
│ │ │ │ ├── morris
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── morris.css
│ │ │ │ │ └── js
│ │ │ │ │ └── morris.min.js
│ │ │ │ ├── placeholder
│ │ │ │ │ └── js
│ │ │ │ │ └── jquery.placeholder.min.js
│ │ │ │ ├── raphael
│ │ │ │ │ └── js
│ │ │ │ │ └── raphael.min.js
│ │ │ │ ├── scrollbar
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── mCustomScrollbar.css
│ │ │ │ │ └── js
│ │ │ │ │ └── jquery.mCustomScrollbar.concat.min.js
│ │ │ │ ├── select2
│ │ │ │ │ └── js
│ │ │ │ │ └── select2.min.js
│ │ │ │ ├── sparkline
│ │ │ │ │ └── js
│ │ │ │ │ └── jquery.sparkline.min.js
│ │ │ │ ├── summernote
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── summernote-bs3.css
│ │ │ │ │ │ └── summernote.css
│ │ │ │ │ └── js
│ │ │ │ │ └── summernote.js
│ │ │ │ ├── touchpunch
│ │ │ │ │ └── js
│ │ │ │ │ └── jquery.ui.touch-punch.min.js
│ │ │ │ ├── wizard
│ │ │ │ │ └── js
│ │ │ │ │ └── jquery.bootstrap.wizard.min.js
│ │ │ │ └── xcharts
│ │ │ │ ├── css
│ │ │ │ │ └── xcharts.min.css
│ │ │ │ └── js
│ │ │ │ └── xcharts.min.js
│ │ │ └── vendor
│ │ │ ├── bootstrap
│ │ │ │ ├── css
│ │ │ │ │ └── bootstrap.min.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ │ └── glyphicons-halflings-regular.woff
│ │ │ │ └── js
│ │ │ │ └── bootstrap.min.js
│ │ │ ├── font-awesome
│ │ │ │ ├── css
│ │ │ │ │ ├── font-awesome.css
│ │ │ │ │ └── font-awesome.min.css
│ │ │ │ └── fonts
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ └── fontawesome-webfont.woff2
│ │ │ ├── js
│ │ │ │ ├── jquery-2.1.1.min.js
│ │ │ │ ├── jquery-migrate-1.2.1.min.js
│ │ │ │ └── jquery.min.js
│ │ │ └── skycons
│ │ │ ├── css
│ │ │ │ └── skycons.css
│ │ │ ├── fonts
│ │ │ │ ├── WeatherIcons-Regular.otf
│ │ │ │ ├── weathericons-regular-webfont.eot
│ │ │ │ ├── weathericons-regular-webfont.svg
│ │ │ │ ├── weathericons-regular-webfont.ttf
│ │ │ │ └── weathericons-regular-webfont.woff
│ │ │ └── js
│ │ │ └── skycons.js
│ │ ├── ban.php
│ │ ├── cms_addtuijian.php
│ │ ├── cms_admin.php
│ │ ├── cms_admin_edit.php
│ │ ├── cms_book.php
│ │ ├── cms_check.php
│ │ ├── cms_login.php
│ │ ├── cms_tuijian.php
│ │ ├── cms_tuijian_edit.php
│ │ ├── cms_welcome.php
│ │ ├── exit.php
│ │ ├── inc_footer.php
│ │ ├── inc_header.php
│ │ ├── inc_left.php
│ │ ├── index.php
│ │ ├── model
│ │ │ ├── addtuijian.php
│ │ │ ├── admin.php
│ │ │ ├── admin_edit.php
│ │ │ ├── system.php
│ │ │ ├── tuijian.php
│ │ │ └── tuijian_edit.php
│ │ └── system.php
│ ├── system
│ │ ├── config.php
│ │ ├── conn.php
│ │ ├── data.php
│ │ ├── function.php
│ │ ├── inc.php
│ │ ├── library.php
│ │ ├── movdata.php
│ │ ├── safe.php
│ │ └── verifycode.php
│ └── 后端.zip
├── 使用说明.docx
└── 5t6t网_最新简易影视小程序.zip
159 directories, 438 files
评论